home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(car ne "hovercraft")
- {
- startDrag("/car","1");
- }
- else
- {
- startDrag("/hc_control","1");
- }
- tellTarget("/obstacle trigger")
- {
- play();
- }
- if(eval("/:started") eq "1")
- {
- tellTarget("/millisec")
- {
- play();
- tellTarget("/timer")
- {
- play();
- }
- play();
- }
- }
- else
- {
- tellTarget("/start_lights")
- {
- play();
- }
- }
- while(z < "25")
- {
- if("/:ob" add z eq "1")
- {
- tellTarget("/ob" add z)
- {
- play();
- }
- }
- z += "1";
- }
- }
-